home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / msi14.zip / README.DOC < prev   
Text File  |  1991-05-10  |  12KB  |  320 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                 MSI Menu System
  7.  
  8.                   Copyright (C) 1991 by Micris Softworks, Inc
  9.  
  10.                            Distributed as Shareware.
  11.  
  12.         ______________________________________________________________
  13.  
  14.  
  15.         Unaltered copies of this software and supporting files (but 
  16.         not the printed MSI User's Manual) may be freely distributed 
  17.         to your friends and associates.  If you like this program 
  18.         please share a copy of it with a friend! 
  19.  
  20.  
  21.         IMPORTANT:  Be sure to read the sections marked  -->> below.
  22.            
  23.  
  24.         INSTALLING MSI:
  25.  
  26.         If you have downloaded or received the MSIxx.ZIP file, where 
  27.         'xx' is the version number, then you will need to 'unzip' this 
  28.         file first.  Use PKUNZIP.EXE for this.  If you don't have 
  29.         PKUNZIP you will need to dial up your favorite local BBS and 
  30.         download it. 
  31.         
  32.         You may want to make a sub-directory on your hard disk to hold 
  33.         your MSI files.  Type: 
  34.  
  35.               md msi (RETURN)
  36.               cd msi (RETURN)
  37.  
  38.         then IF YOUR FILE(S) ARE ON FLOPPY DISK USE:
  39.               copy A:MSIxx.ZIP
  40.           or
  41.               copy A:*.*
  42.           if the unzipped files are on the floppy.
  43.  
  44.         IF THE FILE(S) ARE ALREADY ON YOUR HARD DISK:
  45.           either
  46.              copy [path]\MSIxx.ZIP  (to move it to the MSI directory)
  47.           or 
  48.              pkunzip [path]\MSIxx.ZIP 
  49.           to just put the unzipped files in the new directory.
  50.  
  51.  
  52.  
  53.  
  54.    -->> IMPORTANT:
  55.           
  56.         There are two VERY important steps you should take once you 
  57.         have the files unzipped.
  58.  
  59.  
  60.    -->> FIRST:   Check M.BAT...
  61.  
  62.         It has been assumed that MSI would be installed on the root 
  63.         directory of your primary disk drive, typically the 'C' drive 
  64.         on many hard drive equipped computers. If this is not the case 
  65.         you will need to make a minor adjustment to M.BAT.  Use your 
  66.         word processor or editor to open M.BAT and make the following 
  67.         changes: 
  68.  
  69.             1. Locate the following at the bottom of the file;
  70.  
  71.                                :getback
  72.                                c:
  73.                                cd c:\
  74.                                goto menu
  75.  
  76.             These commands let MSI find its way back to the 
  77.             installation disk and directory after returning from the 
  78.             DOS Shell. 
  79.             
  80.             2. Make the following modifications:
  81.             
  82.                                :getback
  83.                           ->   Disk Drive:
  84.                           ->   cd Path
  85.                                goto menu
  86.  
  87.             where Disk Drive is the installation drive, i.e. A:, B:, 
  88.             C:, etc., and Path is the FULL path to the disk AND drive 
  89.             where MSI.EXE and MSI.DAT reside. 
  90.  
  91.  
  92.             FOR EXAMPLE:
  93.  
  94.             Many users may want to use MSI.EXE from an F, G, (W, Z, 
  95.             etc.) drive, such as on a network.  To do this change 
  96.             M.BAT to read: 
  97.  
  98.                                :getback
  99.                           ->   F:
  100.                           ->   cd F:\MSI
  101.                                goto menu
  102.  
  103.             Doing this will allow MSI to return properly to the menus 
  104.             regardless of which drive or directory you are in when you 
  105.             type EXIT from DOS or return from an application. 
  106.  
  107.  
  108.  
  109.  
  110.         SECOND:   Make a copy of MSI.DAT...
  111.             
  112.            copy MSI.DAT MSI.SAV (or SAVE.DAT or other filename)
  113.          
  114.             This way you can experiment with the sample menus, but 
  115.             still have a fresh, unmodified copy to return to; 
  116.  
  117.            copy MSI.SAV MSI.DAT  (restores the file to mint condition!)
  118.         
  119.  
  120.  
  121.    -->> VERSION 1.4 Changes:  Released May 10, 1991
  122.  
  123.         Several changes have been made and a few new features 
  124.         introduced with this version.  First, though, a couple of 
  125.         minor bug fixes.
  126.         
  127.         * When exiting the Menus Editor (ALT-Q), if the Cursor Bar was 
  128.         highlighting a 'Text Only' selection line, the line remained 
  129.         highlighted.  This bug has been corrected. 
  130.  
  131.         * When the Cursor Bar first highlighted a selectable line, the 
  132.         spaces on each end of the string were displayed in an opposing 
  133.         color.  This bug has been corrected.
  134.  
  135.         * This really wasn't a bug but when a Prompt line was 
  136.         displayed MSI added a space between the defined string and the 
  137.         cursor.  This apparently wasn't too desirable so the space is 
  138.         now gone.  If you would like to pad one or more spaces between 
  139.         the string and cursor, add them to the end of the Prompt 
  140.         string. 
  141.  
  142.  
  143.         New Features!
  144.  
  145.         !->   When defining selection strings (F2) in the Menus 
  146.         Editor, 'Text Only' lines were being aligned with the 
  147.         selectable strings.  This has been changed to allow 'Text 
  148.         Only' lines to operate independently, both from the selectable 
  149.         options and from each other.  This allows you to indent or 
  150.         otherwise format Text Only strings for easy identification and 
  151.         improved readability. 
  152.  
  153.                               !*  NEW COMMAND  *!
  154.  
  155.         !->   The background color used behind the menus and other 
  156.         windows is now selectable.  At the Main (first) menu, press 
  157.         ALT-B to change the background color.  There are 8 colors 
  158.         available and pressing ALT-B lets you cycle though each of 
  159.         them in turn.  ALT-B works only when the Main Menu is 
  160.         displayed.  Your choice is saved and used again after system 
  161.         calls and the DOS shell. 
  162.  
  163.  
  164.  
  165.  
  166.                               !*  NEW COMMAND  *!
  167.  
  168.         !->   Registration Forms can now be printed from the 
  169.         introduction screen or within MSI itself, by pressing F2. Make 
  170.         sure your printer is ready first.  This command sends the file 
  171.         PRINTREG.MSI to the printer.  This file must be in the current 
  172.         directory for the command to work properly.
  173.  
  174.         NOTE:  This command is the same as typing the following at a 
  175.         DOS prompt:
  176.  
  177.                        > copy printreg.msi prn: (RETURN)
  178.  
  179.         !->   A Registration status line has been added to the top of 
  180.         the basic MSI screen.  
  181.         
  182.         !->   The introduction (Shareware) screen has undergone a 
  183.         facelift.  Primarily I wanted the text a little clearer both 
  184.         as to what will be received at each registration level and to 
  185.         make it more obvious that sharing copies of MSI is encouraged! 
  186.  
  187.         !->   The middle registration level ($25 U.S.) has been 
  188.         changed slightly to let you choose between receiving the 
  189.         printed and bound MSI User's Manual OR Unlimited Telephone 
  190.         support.  Be sure to indicate your choice on the Registration 
  191.         Form.
  192.  
  193.         !->   An important new file has been added, LICENSE.  Read 
  194.         this file.  It details the terms and conditions for the use of 
  195.         an unregistered copy of MSI.  (Users registering at $25 U.S. 
  196.         or more will receive a new LICENSE file with their upgrade 
  197.         disk.  User's registering below that level will not receive an 
  198.         Upgrade disk but will receive a new License by mail.) 
  199.  
  200.  
  201.  
  202.    -->> VERSION 1.3 Changes:  Released April 21, 1991
  203.  
  204.         Two significant changes prompted V. 1.3; the addition of a 
  205.         Shareware introduction screen and a progressive Registration 
  206.         fee schedule.  There have also been some minor, typo type 
  207.         changes in this and the MSI.DOC file.  I have also added the 
  208.         installation instructions (above) to this file.  Be sure to 
  209.         read the section 'Check M.BAT...'.  
  210.         
  211.         VERSION 1.3 DOES NOT include any functional changes to MSI.EXE. 
  212.  
  213.         The help screen for the main sample menu incorrectly indicated 
  214.         that the menus could be unlocked by pressing F5.  This should 
  215.         have been CTRL-F10.  The help screen has been corrected in 
  216.         this release. 
  217.  
  218.  
  219.  
  220.  
  221.         The new Registration fees are: (All amounts in $ U.S.)
  222.  
  223.     (NEW)  $15.00 - Simple Registration of software and inclusion in 
  224.                     our notification list of upgrades and new products.
  225.  
  226.     (NEW)  $25.00 - Technical Support Registration.  You will receive a 
  227.                     Registration number giving you access to UNLIMITED 
  228.                     technical support, including support by telephone, 
  229.                     plus notification of upgrades and new products.
  230.  
  231.            $45.00 - Full Registration.  This includes:
  232.                     
  233.                  *  The latest version of MSI.
  234.                  *  Printed & bound User's Manual.
  235.                  *  Unlimited Technical Support.
  236.           (NEW)  *  Unlimited FREE upgrades (as available)
  237.                  *  New Product Notices
  238.  
  239.  
  240.         Please remember; Shareware is supported SOLELY by voluntary 
  241.         registration of the software.  The registration fees allow us 
  242.         to continue developing MSI and to provide quality 
  243.         documentation and technical support.  If you like MSI, are 
  244.         using it but don't really require the support and other 
  245.         benefits, you can now register for just $15.00.  
  246.  
  247.         Help keep Shareware alive.  REGISTER TODAY!!
  248.  
  249.  
  250.  
  251.    -->> VERSION 1.2 Changes:  Released March 25, 1991
  252.  
  253.         Password protection has been extended to Action and Dual menu 
  254.         options.  The original Password only protected options calling 
  255.         a sub-menu (Selects = MENU).  By request this has been changed 
  256.         so that each selectable option on a menu may now be 
  257.         individually Password protected, regardless of the action of 
  258.         the option. 
  259.  
  260.         THIS WILL REQUIRE A FORMAT CHANGE FOR YOUR OLD MENUS.
  261.  
  262.         Included with this upgrade is a program called OLD2NEW.EXE.  
  263.         If you have one or more MSI.DAT files created from the 
  264.         Original MSI program, this utility will convert them to the 
  265.         new, extended Password, format.  To do this: 
  266.              
  267.            1. Type 'old2new [filename]', where filename is the name 
  268.               of your menus file to convert.  If no filename is given 
  269.               the old2new will look for MSI.DAT.
  270.         
  271.            2. Repeat for other menu files you might have.
  272.  
  273.  
  274.  
  275.  
  276.         IMPORTANT:
  277.         If your original menus had one or more Password protected 
  278.         menus then old2new will MOVE the Password, assigning it to the 
  279.         PREVIOUS MENU OPTION used to select the menu. 
  280.  
  281.         For example:
  282.           
  283.             Menu #1 contains:
  284.               
  285.                 1.  Option #1
  286.                 2.  Option #2
  287.                 3.  Sub-Menu #1
  288.         
  289.             Sub-Menu #1 was originally Password protected with 'Pword'.
  290.         
  291.         After old2new conversion:
  292.  
  293.             Menu #1 contains:
  294.               
  295.                 1.  Option #1    (no Password)
  296.                 2.  Option #2    (no Password)
  297.                 3.  Sub-Menu #1  (Password = Pword)
  298.         
  299.             Sub-Menu #1 contains no Passwords.
  300.  
  301.  
  302.         Defining Passwords is now done from the Selections Options 
  303.         menus.  The Password is assigned to the currently highlighted 
  304.         menu option.
  305.  
  306.  
  307.  
  308.         BUG FIXES:
  309.  
  310.         Menus that did not have any selectable options defined (i.e. 
  311.         all options on the menu were 'Text Only') would sometimes have 
  312.         a 'ghost' option available if Cursor Bar = Yes were defined 
  313.         for the menu.  In this instance pressing the ENTER key would 
  314.         occasionally cause a Password window to appear, and at other 
  315.         times less savory things would appear.  This has been 
  316.         corrected. 
  317.  
  318.  
  319.                                   END OF FILE
  320.